internal/chacha8rand.State.seed (field)
12 uses
internal/chacha8rand (current package)
chacha8.go#L29: seed [4]uint64
chacha8.go#L65: s.seed = seed
chacha8.go#L66: block(&s.seed, &s.buf, 0)
chacha8.go#L85: s.seed[0] = s.buf[len(s.buf)-reseed+0]
chacha8.go#L86: s.seed[1] = s.buf[len(s.buf)-reseed+1]
chacha8.go#L87: s.seed[2] = s.buf[len(s.buf)-reseed+2]
chacha8.go#L88: s.seed[3] = s.buf[len(s.buf)-reseed+3]
chacha8.go#L91: block(&s.seed, &s.buf, s.c)
chacha8.go#L128: for i, seed := range s.seed {
chacha8.go#L149: for i := range s.seed {
chacha8.go#L150: s.seed[i] = byteorder.LeUint64(data[(2+i)*8:])
chacha8.go#L153: block(&s.seed, &s.buf, s.c)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |